home *** CD-ROM | disk | FTP | other *** search
/ Equipe de France et Bonbons / EquipeFrancePromoCD.iso / pages / cs_cadbury / loadergfx.swf / scripts / DefineButton2_479 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2006-03-19  |  258 b   |  13 lines

  1. on(press){
  2.    i = 1;
  3.    while(i < 10)
  4.    {
  5.       if(_root["var" + i] != UNDEFINED && _root["val" + i] != UNDEFINED)
  6.       {
  7.          furl += _root["var" + i] + "=" + _root["val" + i] + "&";
  8.       }
  9.       i++;
  10.    }
  11.    _root.gotoAndPlay("tut3");
  12. }
  13.